body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0px;
    background-color: #e0f2fe; /* Background color for air action section */
}
.container {
    max-width: 2560px;
}

header {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: white;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    flex-wrap: wrap; /* Ensure the header items wrap if they overflow */
}

header .logo {
    margin: auto;
    cursor: pointer;
}

header .logo img {
    height: 80px;
}

.navbar-desktop {
    margin: 0 auto;
}

.navbar-desktop ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.navbar-desktop ul li {
    margin-left: 100px;
    position: relative;
}

.navbar-desktop ul li a {
    text-decoration: none;
    color: #2e63af;
    font-weight: bold; /* Set normal font weight for the main menu items */
    display: block; /* Ensure each menu item is treated as a block element */
    text-align: left; /* Left align text */
    padding-bottom: 1px; /* Adjust spacing between main text and subtext */
    transition: color 0.2s ease; /* Smooth transition for text color */
}

.navbar-desktop ul li a span {
    font-size: 0.9em; /* Adjusted font size for the subtext */
    display: block; /* Ensure subtext is on a new line */
    font-weight: normal; /* Keep subtext normal weight */
}

.navbar-desktop ul li .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    list-style: none;
    padding: 10px; /* Adjusted padding */
    margin: 0; /* Remove default margin */
    min-width: 200px; /* Set a minimum width */
}

.navbar-desktop ul li .dropdown-content li {
    margin: 0;
}

.navbar-desktop ul li .dropdown-content li a {
    padding: 10px 20px; /* Adjusted padding */
    color: #2e63af;
    text-decoration: none;
    display: block;
    font-size: 0.9em; /* Adjust font size */
    font-weight: normal; /* Adjust font weight as needed */
}

.navbar-desktop ul li .dropdown-content li a:hover {
    background-color: rgba(116, 208, 243, 0.3); /* Adjust alpha value (0.5 for 50% opacity) */
}

.navbar-desktop ul li:hover > a {
    color: rgba(116, 208, 243, 1); /* Hover text color */
}

.navbar-desktop ul li:hover .dropdown-content {
    display: block;
}
.burger-menu {
    display: none;
}

.nav-menu-mobile {
    background-color: #333;
    position: absolute;
    top: 60px; /* Adjust based on your header height */
    right: 0;
    width: 100%;
    text-align: center;
}
.nav-menu-mobile a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
}

.nav-menu-mobile {
    display: none;
}
.hero-mobile {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    align-items: center;
}
.hero-mobile img{
    width: 100%;
}

.hero-mobile-text {
    position: absolute;
    left: 30%;
    flex-wrap: nowrap;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    align-items: left;
    margin-top: 20%;
}
.hero-mobile-text h1 {
    font-size: 1.8em;
    font-weight: bold;
}
.hero-mobile {
    display: none;
}

.hero {
    position: relative;
    text-align: left;
    color: white;
    margin-top: 100px; /* Adjust margin-top to prevent content from being hidden behind the fixed header */
    margin-bottom: 0px;
}

.hero img {
    width: 100%;
    height: 100;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 28.0%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.hero-text h1 {
    font-size: 2.7em;
    margin: 0;
}

.hero-text p {
    font-size: 1.0em;
    margin: 10px 0;
}
.Tracking-section {
    display: flex;
    justify-content: center;
    padding: 100px 20px;
    text-align: center;
    background-image: url('images/background-image.jpg');
    background-size: 140%; /* Maintain aspect ratio and cover entire section */
    background-position: left center; /* Center the background image */
}

        .tracking-container, .info-container {
            width: 80%;
        }

        h2 {
            color: #2e63af;
	    font-size: 2.5em;
}
        h3 {
            color: #666;
	    font-size: 1.0em;
            font-weight: normal;     
      }
        .form-group {
            margin-bottom: 5%;
            margin-top: 5%;
            display: flex;
            flex-direction: column;
            justify-content: center;
      }

        form-group label {
            display: flex;
            margin-bottom: 5%;
            color: #666;
            font-weight: normal;
            
        }
        .form-group input {
            max-width: 70%;
            padding: 10px 50px; /* Left and right indent for the input */
            box-sizing: border-box;
            border: 1px solid #ddd;
            border-radius: 5px;
            justify-self: center;
            margin-left: auto;
            margin-right: auto;
            margin-top: 2%;
        }

        .form-group input:hover,
        .form-group textarea:hover {
            border: 0.6px solid #74d0f3;
        }
    

        .btn {
            background-color: #74d0f3;
            color: white;
            border: none;
	    border-radius: 5px;
            padding: 10px 20px;
	    font-weight: normal;
            cursor: pointer;
	    font-size: 1.0;
	    justify-self: center;
        margin-bottom: 2%;

        }
        .btn:hover {
            background-color: #2e63af;
        }
        .shipment-info {
            margin-top: 2%;
}
.whatsapp-icon {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1005; 
    justify-content: right;
    align-items: center;
}
.whatsapp-icon a img {
    width: 50px;
    margin-left: auto;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

footer {
    background-color: #015397;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 60px; /* Adjust the gap between items as needed */
    margin-bottom: 20px;
}


.footer-nav > div {
    text-align: left;
}

.footer-nav h3 {
    color: #fff;
    font-size: 1.0em;
    margin-bottom: 5px;
    font-weight: 550; /* Reduce font weight */
}
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    margin-bottom: 5px;
}

.footer-nav a {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #74d0f3;
}

.footer-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 10px 0;
}

.addresses {
    display: flex;
    flex-wrap: wrap;
    flex: 1; /* Takes up the available space */
    margin-left: 20px; /* Increase left margin for indent */
    gap: 100px;
    margin-bottom: 50px;
}
.addresses h4 {
    font-weight: 550;
}

.social-media {
    flex: 1; /* Takes up the available space */
    text-align: center;
}

.social-media a {
    cursor: pointer;
    margin-left: 10px; /* Adjusted margin between icons */
    display: inline-block; /* Ensure each icon is inline */
    transition: transform 0.3s ease, filter 0.3s ease; /* Smooth transition */
}

.social-media a:hover {
    filter: brightness(1.5); /* Adjust brightness on hover */
    transform: translateY(-3px); /* Move icon up slightly on hover */
}
.social-media img {
    height: 30px; /* Adjust size as needed */
}
.footer-info p {
    margin: 0; /* Remove default margin */

}

.footer-info:last-of-type {
    text-align: center; /* Center align the copyright notice */
    margin-top: 20px; /* Provide some space above the copyright notice */
}
.footer-info:last-of-type p {
    margin-left: 120px; /* Ensure same left margin as address */
}

.footer-info-copyright {
    padding-top: 0;
    align-self: flex-start;
}
.horizontal-line {
    border-top: 1px solid #fff; /* Adjust the color as needed */
    margin: 30px auto; /* Adjust the margin to center and provide vertical space */
    width: 83%; /* Adjust the width as needed */
}


@media (max-width: 1250px) {
    .container{
        width: 100%;
    }

    .footer-nav{
        flex-wrap: wrap;
        padding: 30px 30px;
    }
}


@media (max-width: 1205px) {
    .container {
        width: 100%;
    }

    .hero-text {
        margin-left: 50px;
    }
    .navbar-desktop{
        margin-right: 70px;
    }
    .navbar-desktop ul li{
        font-size: 0.8em;
        margin-inline: 20px;
    }
}

@media (max-width: 1100px){
    container{
        width: 100%;
    }
}

@media (max-width: 1125px) {
    .container {
        width: 100%;
    }

    header .logo {
        margin-left: 90px;
    }
    
    header .logo img {
        height: 70px;
    }

    .navbar-desktop{
        margin-right:70px
    }
    .navbar-desktop ul li{
        font-size: 0.8em;
        margin-inline: 20px;
    }

    .hero-text{
        margin-left:100px;
    }
}

@media (max-width: 1020px){
    .container{
        width: 100%;
    }
    header .logo img {
        height: 65px;
    }

    .navbar-desktop{
        margin-right: 70px;
    }

    .navbar-desktop ul li{
        font-size: 0.8em;
        margin-inline: 15px;
    }
}

@media (max-width: 1005px) {
    .container{
        width: 100%;
    }
    header .logo img {
        height: 65px;
    }

    .navbar-desktop{
        margin-right: 100px;
    }

    .navbar-desktop ul li{
        font-size: 0.8em;
        margin-inline: 15px;
    }
}

@media (max-width: 974px){
    .container{
        width: 100%;
    }

    header .logo {
        margin-left: 40px;
    }
    header .logo img {
        height: 65px;
    }

    .navbar-desktop{
        margin-right: 30px;
        gap: 10px;
    }

    .navbar-desktop ul li{
        font-size: 0.8em;
        margin-inline: 10px;
    }
}


@media (max-width: 878px) {
    .container {
        width: 100%;
    }

    .navbar-desktop {
        margin-right: 10px;
    }
    
    .hero-text{
        margin-left: 70px;
        margin-bottom: 30px;
        align-items: center;
    }
    .hero-text h1{
        font-size: 2em;
        font-weight: bold;
    }
    .hero-text p{
        font-size: 0.8em;
        padding-right: 100px;
    }

    .hero img{
        width:100%;
        height: auto;
    }

    .Tracking-section{
        padding: 50px 20px;
    }
    .tracking-container{
        width: 80%;
    }

    h2 {
        font-size: 2.0em;
    }

    .form-group input{
        max-width: 70%;
    }


    .footer-nav{
        margin-top: 50px;
        flex-wrap: wrap;
    }
}


@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .navbar-desktop {
        display: none;
    }


}



/**For Mobile Phones Only**/
@media (max-width: 591px) {

    .container {
        width: 100%;
    }

    header .logo {
        margin-left: 50px;
    }

  

    .hero {
        display: none;
    }
    .hero-mobile {
        display: flex;
        flex-wrap: wrap;
        padding-top: 50px;
        align-items: center;
    }

    .hero-mobile-text {
        position: absolute;
        left: 40%;
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff;
        align-items: left;
        margin-top: 20%;
        flex-wrap: nowrap;
    }
    .hero-mobile-text h1 {
        font-size: 1.7em;
        font-weight: bold;
    }

    h2{
        font-size: 1.5em;
    }
    h3{
        font-size: 1em;
    }
    .form-group input {
        height: 10px;
        padding: 12px;
        border-radius: 3px;
    }
    .large-textarea {
        width: 207%;    
    }
    .form-group label{
        font-size: 1em;
    }
    .btn {
        padding: 10px 15px;
        font-size: 0.8em;
    }

    
    .whatsapp-icon a img {
        width: 35px;
    } 


}



@media (max-width: 449px) {
    .container {
        width: 100%;
    }
    header .logo{
        margin-left: 40px;
    }
    header .logo img{
        height: 40px;
    }

    .hero-mobile-text{
        left: 40%;
        font-size: 0.8em;
    }
    .tracking-container{
        width: 100%;
}
}

@media (max-width: 450px){
    .container{
        width: 100%;
    }
    header .logo{
        margin-left: 20px;
    }
    header .logo img {
        height: 40px;
    }

    .get-started{
        background-image: url('images/background-image.jpg');
        background-size: cover; /* Maintain aspect ratio and cover entire section */
        background-position: left center;
    }
}



